capital = 44

set_research_slots = 3

set_technology = {
	infantry_weapons = 1
	infantry_weapons1 = 1
	tech_recon = 1
	tech_support = 1		
	tech_engineers = 1
	tech_military_police = 1
	tech_mountaineers = 1
	paratroopers = 1
	gw_artillery = 1
	tech_trucks = 1
	motorised_infantry = 1
	
	mass_assault = 1
	fleet_in_being = 1
}
	if = {
		limit = {
			NOT = { has_dlc = "No Step Back" }
		}
		set_technology = {
			improved_light_tank = 1 
			basic_heavy_tank = 1    # Should be available in 1936 (T-35)
			basic_medium_tank = 1 # Should be available in 1936 (T-28)
		}
 	}
	if = {
		limit = {
			has_dlc = "No Step Back"
		}
		set_technology = {
			improved_light_tank_chassis = 1
			basic_heavy_tank_chassis = 1
			basic_medium_tank_chassis = 1 
		}
 	}

set_politics = {
	ruling_party = neutrality
	last_election = "1936.1.1"
	election_frequency = 48
	elections_allowed = no
}

set_popularities = {
	democratic = 10
	fascism = 0
	communism = 0
	neutrality = 90
}
add_ideas = {
    capitalism
	 patdumb
}

create_country_leader = {
	name = "Patrick"
	desc = "POLITICS_PATRICK_DESC"
	picture = "gfx/leaders/pat.dds"
	expire = "1.1.1"
	ideology = despotism
 }

    set_oob = "PAT_1936"
